Laravel Scout
Eloquentのための全文検索エンジン
Laravel Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. Using model observers, Scout will automatically keep your search indexes in sync with your Eloquent records.
Currently, Scout ships with an Algolia driver; however, writing custom drivers is simple and you are free to extend Scout with your own search implementations.
Laravel Scout - Laravel - The PHP Framework For Web Artisans
ドライバーを差し替えることができるのでElasticsearchなどを使うようにすることができる
【Laravel】Laravel Scout + Elasticsearchを使った全文検索の実装方法 | Public Constructor
#Laravel